projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5f64be
)
(bootstrap): Fix dependencies for parallel build.
author
Andreas Schwab
<schwab@suse.de>
Tue, 1 Nov 2005 20:44:42 +0000
(20:44 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Tue, 1 Nov 2005 20:44:42 +0000
(20:44 +0000)
(bootfast): Likewise.
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 00941a9e69a396bf097fbf90d50435f9ab08bf9f..f629963046f07eed40146625215ed72f3537f3a9 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-761,9
+761,11
@@
maybe_bootstrap:
exit 1;\
fi
-bootstrap: bootstrap-clean-before info bootstrap-build FRC
+bootstrap: bootstrap-clean-before FRC
+ $(MAKE) $(MFLAGS) info bootstrap-build
-bootfast: bootstrap-clean-before-fast info bootstrap-build FRC
+bootfast: bootstrap-clean-before-fast FRC
+ $(MAKE) $(MFLAGS) info bootstrap-build
bootstrap-build: FRC
(cd lisp; $(MAKE) $(MFLAGS) bootstrap-prepare)